home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / PaperCut Quota / pc-setup.exe / {app} / Database / PCUserDB.mdb / UserData.json < prev   
JavaScript Object Notation  |  2004-10-18  |  303b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "UserName": "Text (50)",
  5.         "Credit": "Currency",
  6.         "PagesPrinted": "Long Integer",
  7.         "Unrestricted": "Boolean NOT NULL",
  8.         "TotalMb": "Double",
  9.         "TotalNetHours": "Double"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID": 1,
  14.             "UserName": "administrator",
  15.             "Credit": 0,
  16.             "PagesPrinted": 0,
  17.             "Unrestricted": 1,
  18.             "TotalMb": 0,
  19.             "TotalNetHours": 0
  20.         }
  21.     ]
  22. }